home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Documentation / Apple Event Registry / AE Suites Under Development / Word Services SDK 1.0 / WSI Library Source / Gripe.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-25  |  143 b   |  8 lines  |  [TEXT/KAHL]

  1. #include "Gripe.h"
  2.  
  3. void RealGripe( StringPtr complaint )
  4. {
  5.     ParamText( complaint, "\p", "\p", "\p" );
  6.     Alert( 128, (ProcPtr)NULL );
  7.     return;
  8. }